TELConferenceEstablish
Adds a new party to a conference call.
pascal TELErr TELConferenceEstablish ( TELCAHandle hTELCA1, TELCAHandle hTELCA2);
hTELCA1
- A handle to the call appearance structure for the conference initiator. Provide the same handle that you passed in the
hTELCA1
parameter to theTELConferencePrep
function (page 4-39).hTELCA2
- A handle to the call appearance structure for the party to be added. Provide the same handle that you passed in the
hTELCA2
parameter to theTELConferencePrep
function.- function result
- A result code.
DESCRIPTION
Before calling theTELConferenceEstablish
function, you must have already called theTELConferencePrep
function (page 4-39) to connect with party to be added. You then add the party to the conference by callingTELTransferEstablish
. The state of the call appearance referenced byhTELCA2
must betelCAActiveState
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help